Skip to content

Commit

Permalink
update the readme with latest release infomation
Browse files Browse the repository at this point in the history
  • Loading branch information
Archfx committed Sep 18, 2024
1 parent 05816c2 commit e9f11d0
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,19 @@ With the posture processor engine, both duo1 and duo2 react to various postures.
<img src="images/duo-1.png" alt="drawing" style="height:300px;" />
<img src="images/duo-2.png" alt="drawing" style="height:300px;"/> </p>

This ROM switches between tablet mode and phone mode when you change the postures. These modes are optimized (both visually and utility wise) for each of the situation and the screen real state.

<p align="center">
<figure style="display: inline-block; margin: 10px;">
<img src="images/tabletmode.png" alt="drawing" style="height:300px;" />
<figcaption style="text-align: center;">Tablet Mode</figcaption>
</figure>
<figure style="display: inline-block; margin: 10px;">
<img src="images/phonemode.png" alt="drawing" style="height:300px;" />
<figcaption style="text-align: center;">Phone Mode</figcaption>
</figure>
</p>

## Benchmarks

These results are just for reference (for people who enjoy numbers) to compare the CPU and GPU performance of this ROM (latest build) with other operating system options. Best case numbers of each operating system are included in the graphs.
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ buildVariants() {
# buildVariant treble_a64_bgN

buildVariant treble_arm64_bvN
buildVariant treble_arm64_bgN
# buildVariant treble_arm64_bgN
# buildVndkliteVariant treble_a64_bvN
# buildVndkliteVariant treble_a64_bgN
# buildVndkliteVariant treble_arm64_bvN
Expand Down
Binary file added images/phonemode.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/tabletmode.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ index 870c42183e..72bded2691 100644
+ intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TASK);
+ context.startActivity(intent);
+ // Process.killProcess(Process.myPid());
+ ((ActivityManager) context.getSystemService(Context.ACTIVITY_SERVICE))
+ .clearApplicationUserData();
+ //((ActivityManager) context.getSystemService(Context.ACTIVITY_SERVICE))
+ // .clearApplicationUserData();
+ Log.d("RestartReceiver by Archfx", "Launcher restarted.");
+ }
+
Expand Down

0 comments on commit e9f11d0

Please sign in to comment.