x13thangelx

loop_mount

Dec 9th, 2011
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. <Camel> i have no intention of flashing /system either
  2. <Camel> i'm just loop booting it
  3. <SoulShadow> loop booting?
  4. <Camel> mount -o loop /sdcard/syste.img /system
  5. <SoulShadow> you could always mount it to tmpfs on system
  6. <SoulShadow> lol
  7. <x13thangelx> didnt know you could do that Camel. Nice to know
  8. <SoulShadow> that means you have ICS till you reboot, right?
  9. <Camel> well it's a little more involved than that
  10. <x13thangelx> it fully boots and all right?
  11. <Camel> SoulShadow: you dont need to reboot to switch roms
  12. <Camel> x13thangelx: it's complicated. if you don't know a lot about how android boots, i dont recommend trying it, because no one is going to be able to help you
  13. <SoulShadow> and because it's on /sdcard/ it's just as fast as regular NAND i'd imagine
  14. <SoulShadow> because it is the NAND, just exFAT
  15. <x13thangelx> I dont know alot but i know a little bit. Kind of interesting though
  16. <Camel> you have to mangle /dev so it will let you do that, and you have to be very careful with /data
  17. <Camel> just put up a tmpfs /data to be save
  18. <Camel> safe
  19. <Camel> it's not a full 2nd init, so you can't just go boot a normal aosp system.img and have it magically work
  20.  
Advertisement
Add Comment
Please, Sign In to add comment